From 50ff2a566a41cdc5b25b7766599dd8a594042a10 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 6 Nov 2015 15:20:01 -0500 Subject: [PATCH] Update mac key theme for css changes Use the element names for widgets. --- gtk/gtk-keys.css.mac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtk-keys.css.mac b/gtk/gtk-keys.css.mac index 56e3ac53b0..4eb0024d69 100644 --- a/gtk/gtk-keys.css.mac +++ b/gtk/gtk-keys.css.mac @@ -180,11 +180,11 @@ unbind "a"; } -GtkIconView { +iconview { gtk-key-bindings: gtk-mac-icon-view; } -GtkTextView { +textview { gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-text-view; } @@ -200,6 +200,6 @@ GtkFileChooserWidget { gtk-key-bindings: gtk-mac-file-chooser; } -GtkTreeView { +treeview { gtk-key-bindings: gtk-mac-tree-view; } -- 2.30.2